Mathlib Map

Theorems · Theorem · geometry

Projectivization.card

∀ (k : Type u_1) (V : Type u_2) [inst : DivisionRing k] [inst_1 : AddCommGroup V] [inst_2 : Module k V],
  Nat.card V - 1 = Nat.card (Projectivization k V) * (Nat.card k - 1)

Fraction free cardinality formula for the points of ℙ k V if k and V are finite (for silly reasons the formula also holds when k and V are infinite). See Projectivization.card' and Projectivization.card'' for other spellings of the formula.

Defined in
Mathlib.LinearAlgebra.Projectivization.Cardinality
Cited by
3 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DivisionRingAddCommGroupModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites29

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.