Theorems · Definition · geometry
Projectivization.lift
{K : Type u_1} →
{V : Type u_2} →
[inst : DivisionRing K] →
[inst_1 : AddCommGroup V] →
[inst_2 : Module K V] →
{α : Type u_3} →
(f : { v // v ≠ 0 } → α) →
(∀ (a b : { v // v ≠ 0 }) (t : K), ↑a = t • ↑b → f a = f b) → Projectivization K V → αA function on non-zero vectors which is independent of scale, descends to a function on the projectivization.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
Cited by7
Results whose statement or proof uses this declaration.
- Projectivization.Subspace.submoduleproof · cited by 8
- OnePoint.equivProjectivizationproof · cited by 7
- Projectivization.mulHeightproof · cited by 5
- OnePoint.equivProjectivization_symm_apply_mkproof · cited by 3
- Projectivization.logHeightproof · cited by 3
- Projectivization.lift.congr_simpstatement and proof · cited by 1
- Projectivization.lift_mkstatement · cited by 0