Theorems · Definition · algebraic geometry
WeierstrassCurve.Affine.nonsingularPointEquivSubtype
{R : Type r} →
[inst : CommRing R] →
{W' : WeierstrassCurve.Affine R} →
{p : W'.Point → Prop} →
p WeierstrassCurve.Affine.Point.zero →
{ P // p P } ≃
WithZero { xy // ∃ (h : W'.Nonsingular xy.1 xy.2), p (WeierstrassCurve.Affine.Point.some xy.1 xy.2 h) }The equivalence between the nonsingular points on a Weierstrass curve W in affine coordinates
satisfying a predicate and the set of pairs ⟨x, y⟩ satisfying W.Nonsingular x y with zero.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Equivstatement · cited by 8,337
- WithZerostatement and proof · cited by 586
- WeierstrassCurve.Affinestatement and proof · cited by 174
- WeierstrassCurve.Affine.Pointstatement and proof · cited by 99
- WeierstrassCurve.Affine.Nonsingularstatement and proof · cited by 76
Cited by6
Results whose statement or proof uses this declaration.
- WeierstrassCurve.Affine.pointEquivSubtypeproof · cited by 4
- WeierstrassCurve.Affine.nonsingularPointEquivproof · cited by 4
- WeierstrassCurve.Affine.nonsingularPointEquivSubtype_zerostatement · cited by 0
- WeierstrassCurve.Affine.nonsingularPointEquivSubtype_somestatement · cited by 0
- WeierstrassCurve.Affine.nonsingularPointEquivSubtype_symm_nonestatement · cited by 0
- WeierstrassCurve.Affine.nonsingularPointEquivSubtype_symm_somestatement · cited by 0