Theorems · Definition · commutative algebra
MulRingSeminorm.casesOn
{R : Type u_2} →
[inst : NonAssocRing R] →
{motive : MulRingSeminorm R → Sort u} →
(t : MulRingSeminorm R) →
((toAddGroupSeminorm : AddGroupSeminorm R) →
(map_one' : toAddGroupSeminorm.toFun 1 = 1) →
(map_mul' :
∀ (x y : R),
toAddGroupSeminorm.toFun (x * y) = toAddGroupSeminorm.toFun x * toAddGroupSeminorm.toFun y) →
motive { toAddGroupSeminorm := toAddGroupSeminorm, map_one' := map_one', map_mul' := map_mul' }) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NonAssocRing
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.
- Realstatement · cited by 25,697
- NonAssocRingstatement and proof · cited by 483
- AddGroupSeminormstatement and proof · cited by 50
- AddGroupSeminorm.toFunstatement and proof · cited by 47
- MulRingSeminormstatement and proof · cited by 12
Cited by2
Results whose statement or proof uses this declaration.
- MulRingSeminorm.noConfusionproof · cited by 0
- MulRingSeminorm.noConfusionTypeproof · cited by 0