Skip to content

Commit

Permalink
Merge pull request #60 from Tragicus/pr19611
Browse files Browse the repository at this point in the history
annotate card_vspace1
  • Loading branch information
ybertot authored Oct 30, 2024
2 parents 6efac7d + 9dd5ca1 commit 2bee03d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theories/BGappendixC.v
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ Let Fp : {vspace F} := 1%VS.

Hypothesis oF : #|F| = (p ^ q)%N.
Let oF_p : #|'F_p| = p. Proof. exact: card_Fp. Qed.
Let oFp : #|Fp| = p. Proof. by rewrite card_vspace1. Qed.
Let oFp : #|Fp| = p.
Proof.
by rewrite (@card_vspace1 _ _ (Falgebra.class (PrimeCharType _))).
Qed.
Let oFpq : #|Fpq| = (p ^ q)%N. Proof. by rewrite card_vspacef. Qed.
Let dimFpq : \dim Fpq = q. Proof. by rewrite primeChar_dimf oF pfactorK. Qed.

Expand Down

0 comments on commit 2bee03d

Please sign in to comment.