Mathlib Map

Theorems · Definition · functional analysis

AddGroupNorm.casesOn

{G : Type u_6} →
  [inst : AddGroup G] →
    {motive : AddGroupNorm G → Sort u} →
      (t : AddGroupNorm G) →
        ((toAddGroupSeminorm : AddGroupSeminorm G) →
            (eq_zero_of_map_eq_zero' : ∀ (x : G), toAddGroupSeminorm.toFun x = 0 → x = 0) →
              motive { toAddGroupSeminorm := toAddGroupSeminorm, eq_zero_of_map_eq_zero' := eq_zero_of_map_eq_zero' }) →
          motive t
Defined in
Mathlib.Analysis.Normed.Group.Seminorm
Cited by
0 results in Mathlib
Foundations
Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroup

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 by2

Results whose statement or proof uses this declaration.