Theorems · Definition · geometry
Projectivization.Subspace.mk.noConfusion
{K : Type u_1} →
{V : Type u_2} →
{inst : DivisionRing K} →
{inst_1 : AddCommGroup V} →
{inst_2 : Module K V} →
{P : Sort u} →
{carrier : Set (Projectivization K V)} →
{mem_add' :
∀ (v w : V) (hv : v ≠ 0) (hw : w ≠ 0) (hvw : v + w ≠ 0),
Projectivization.mk K v hv ∈ carrier →
Projectivization.mk K w hw ∈ carrier → Projectivization.mk K (v + w) hvw ∈ carrier} →
{carrier' : Set (Projectivization K V)} →
{mem_add'' :
∀ (v w : V) (hv : v ≠ 0) (hw : w ≠ 0) (hvw : v + w ≠ 0),
Projectivization.mk K v hv ∈ carrier' →
Projectivization.mk K w hw ∈ carrier' → Projectivization.mk K (v + w) hvw ∈ carrier'} →
{ carrier := carrier, mem_add' := mem_add' } = { carrier := carrier', mem_add' := mem_add'' } →
(carrier ≍ carrier' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- DivisionRingstatement and proof · cited by 1,062
- Projectivizationstatement and proof · cited by 111
- Projectivization.mkstatement and proof · cited by 55
- Projectivization.Subspacestatement · cited by 34
- Projectivization.Subspace.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Projectivization.Subspace.mk.injproof · cited by 1