Theorems · Theorem · commutative algebra
MulRingNorm.mk.injEq
∀ {R : Type u_2} [inst : NonAssocRing R] (toMulRingSeminorm : MulRingSeminorm R)
(eq_zero_of_map_eq_zero' : ∀ (x : R), toMulRingSeminorm.toFun x = 0 → x = 0) (toMulRingSeminorm_1 : MulRingSeminorm R)
(eq_zero_of_map_eq_zero'_1 : ∀ (x : R), toMulRingSeminorm_1.toFun x = 0 → x = 0),
({ toMulRingSeminorm := toMulRingSeminorm, eq_zero_of_map_eq_zero' := eq_zero_of_map_eq_zero' } =
{ toMulRingSeminorm := toMulRingSeminorm_1, eq_zero_of_map_eq_zero' := eq_zero_of_map_eq_zero'_1 }) =
(toMulRingSeminorm = toMulRingSeminorm_1)- Cited by
- 0 results in Mathlib
- Foundations
- Depth 93 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.
Cites7
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
- AddGroupSeminorm.toFunstatement and proof · cited by 47
- MulRingNormstatement · cited by 16
- MulRingSeminorm.toAddGroupSeminormstatement and proof · cited by 14
- MulRingSeminormstatement and proof · cited by 12
- MulRingNorm.mk.injproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.