Mathlib Map

Theorems · Definition · functional analysis

NormedRing.recOn

{α : Type u_5} →
  {motive : NormedRing α → Sort u} →
    (t : NormedRing α) →
      ([toNorm : Norm α] →
          [toRing : Ring α] →
            [toMetricSpace : MetricSpace α] →
              (dist_eq : ∀ (x y : α), dist x y = ‖-x + y‖) →
                (norm_mul_le : ∀ (a b : α), ‖a * b‖ ≤ ‖a‖ * ‖b‖) →
                  motive
                    { toNorm := toNorm, toRing := toRing, toMetricSpace := toMetricSpace, dist_eq := dist_eq,
                      norm_mul_le := norm_mul_le }) →
        motive t
Defined in
Mathlib.Analysis.Normed.Ring.Basic
Cited by
0 results in Mathlib
Foundations
Depth 97 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.

  • Realstatement · cited by 25,697
  • Ringstatement and proof · cited by 7,463
  • Norm.normstatement and proof · cited by 5,413
  • MetricSpacestatement and proof · cited by 1,684
  • Dist.diststatement and proof · cited by 1,539
  • NormedRingstatement and proof · cited by 924
  • Normstatement and proof · cited by 512
  • Ring.toNegstatement · cited by 11

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.