Theorems · Theorem · commutative algebra
RingFilterBasis.mk.congr_simp
∀ {R : Type u} [inst : Ring R] [toAddGroupFilterBasis : AddGroupFilterBasis R]
[toAddGroupFilterBasis_1 : AddGroupFilterBasis R]
(e_toAddGroupFilterBasis : toAddGroupFilterBasis = toAddGroupFilterBasis_1)
(mul' : ∀ {U : Set R}, U ∈ toAddGroupFilterBasis.sets → ∃ V ∈ toAddGroupFilterBasis.sets, V * V ⊆ U)
(mul_left' :
∀ (x₀ : R) {U : Set R},
U ∈ toAddGroupFilterBasis.sets → ∃ V ∈ toAddGroupFilterBasis.sets, V ⊆ (fun x => x₀ * x) ⁻¹' U)
(mul_right' :
∀ (x₀ : R) {U : Set R},
U ∈ toAddGroupFilterBasis.sets → ∃ V ∈ toAddGroupFilterBasis.sets, V ⊆ (fun x => x * x₀) ⁻¹' U),
{ toAddGroupFilterBasis := toAddGroupFilterBasis, mul' := mul', mul_left' := mul_left', mul_right' := mul_right' } =
{ toAddGroupFilterBasis := toAddGroupFilterBasis_1, mul' := ⋯, mul_left' := ⋯, mul_right' := ⋯ }- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
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.
- Setstatement and proof · cited by 53,352
- Ringstatement and proof · cited by 7,463
- Set.preimagestatement and proof · cited by 4,946
- Set.mulstatement · cited by 297
- FilterBasis.setsstatement and proof · cited by 42
- AddGroupFilterBasis.toFilterBasisstatement and proof · cited by 32
- AddGroupFilterBasisstatement and proof · cited by 27
- RingFilterBasisstatement · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- IsAdic.isHausdorff_iffproof · cited by 2