Mathlib Map

Theorems · Definition · algebraic geometry

WeierstrassCurve.Projective.Point.casesOn

{R : Type r} →
  [inst : CommRing R] →
    {W' : WeierstrassCurve.Projective R} →
      {motive : W'.Point → Sort u} →
        (t : W'.Point) →
          ({point : WeierstrassCurve.Projective.PointClass R} →
              (nonsingular : W'.NonsingularLift point) → motive { point := point, nonsingular := nonsingular }) →
            motive t
Defined in
Mathlib.AlgebraicGeometry.EllipticCurve.Projective.Point
Cited by
2 results in Mathlib
Foundations
Depth 106 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.

Cites5

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

Cited by4

Results whose statement or proof uses this declaration.