Theorems · Definition · commutative algebra
MulRingSeminorm.mk.noConfusion
{R : Type u_2} →
{inst : NonAssocRing R} →
{P : Sort u} →
{toAddGroupSeminorm : AddGroupSeminorm R} →
{map_one' : toAddGroupSeminorm.toFun 1 = 1} →
{map_mul' :
∀ (x y : R), toAddGroupSeminorm.toFun (x * y) = toAddGroupSeminorm.toFun x * toAddGroupSeminorm.toFun y} →
{toAddGroupSeminorm' : AddGroupSeminorm R} →
{map_one'' : toAddGroupSeminorm'.toFun 1 = 1} →
{map_mul'' :
∀ (x y : R),
toAddGroupSeminorm'.toFun (x * y) = toAddGroupSeminorm'.toFun x * toAddGroupSeminorm'.toFun y} →
{ toAddGroupSeminorm := toAddGroupSeminorm, map_one' := map_one', map_mul' := map_mul' } =
{ toAddGroupSeminorm := toAddGroupSeminorm', map_one' := map_one'', map_mul' := map_mul'' } →
(toAddGroupSeminorm ≍ toAddGroupSeminorm' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- 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 · cited by 12
- MulRingSeminorm.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- MulRingSeminorm.mk.injproof · cited by 1