[Merged by Bors] - feat(Topology/Algebra/ValuativeTopology): checking IsValuativeTopology using any compatible valuation#41527
Conversation
…l/ValuativeTopology.lean
PR summary 9de27b745dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
IsValuativeTopology using any compatible valuation
| refine ⟨fun ⟨γ, hγ⟩ ↦ ⟨γ, subset_of_eq_of_subset (ext (fun a ↦ ⟨?_, ?_⟩)) hγ⟩, | ||
| fun ⟨γ, hγ⟩ ↦ ⟨γ, subset_of_eq_of_subset (ext (fun a ↦ ⟨?_, ?_⟩)) hγ⟩⟩ <;> | ||
| first | exact fun ⟨_, ⟨_, h⟩⟩ ↦ by simpa [← h] | exact fun h ↦ ⟨- x + a, ⟨h, by simp⟩⟩ |
There was a problem hiding this comment.
Can we make this a little more readable? Even if it becomes like 5-10 lines I don't think it's a problem.
There was a problem hiding this comment.
Still 3 lines, but I guess now it is much better.
…ra-ValuativeRel-ValuativeTopology.lean-70e684a549-i8zprqh
| with the valuative relation, then the underlying topology is valuative. -/ | ||
| theorem of_mem_nhds_zero_iff_vle [IsTopologicalAddGroup R] | ||
| (H : ∀ {s : Set R}, s ∈ 𝓝 0 ↔ ∃ (γ : (ValueGroup₀ (.ofClass v))ˣ), | ||
| (·) '' {z : R | v.restrict z < γ} ⊆ s) : IsValuativeTopology R := by |
There was a problem hiding this comment.
| (·) '' {z : R | v.restrict z < γ} ⊆ s) : IsValuativeTopology R := by | |
| {z : R | v.restrict z < γ} ⊆ s) : IsValuativeTopology R := by |
Maybe I am missing something, but why are you still applying the identity?
There was a problem hiding this comment.
Also modified previous lemma.
|
✌️ mathlib-splicebot[bot] can now approve this pull request until 2026-07-24 00:20 UTC (in 2 weeks). To approve and merge, reply with
|
|
Let's see whether I can do this. bors r+ |
|
🔒 Permission denied An existing reviewer can click here to make jjdishere a reviewer. |
|
@riccardobrasca |
|
Hmm, we need to fix this, I always delegate the bot instead of the real author! bors merge |
…gy` using any compatible valuation (#41527) Add two intro methods of `IsValuativeTopology`. This PR was automatically created from PR #36769 by @jjdishere via a [review comment](#36769 (comment)) by @jjdishere. Co-authored-by: @faenuccio Co-authored-by: jjdishere <107380768+jjdishere@users.noreply.github.com> Co-authored-by: Filippo A. E. Nuccio <filippo.nuccio@univ-st-etienne.fr> Co-authored-by: Jiedong Jiang <emailboxofjjd@163.com>
|
Build failed: Fix if necessary, and then someone with permission can run |
|
bors d=@jjdishere |
|
✌️ jjdishere can now approve this pull request until 2026-07-24 05:02 UTC (in 2 weeks). To approve and merge, reply with
|
|
bors r+ |
…gy` using any compatible valuation (#41527) Add two intro methods of `IsValuativeTopology`. This PR was automatically created from PR #36769 by @jjdishere via a [review comment](#36769 (comment)) by @jjdishere. Co-authored-by: @faenuccio Co-authored-by: jjdishere <107380768+jjdishere@users.noreply.github.com> Co-authored-by: Filippo A. E. Nuccio <filippo.nuccio@univ-st-etienne.fr> Co-authored-by: Jiedong Jiang <emailboxofjjd@163.com>
|
Pull request successfully merged into master. Build succeeded: |
IsValuativeTopology using any compatible valuationIsValuativeTopology using any compatible valuation
…gy` using any compatible valuation (leanprover-community#41527) Add two intro methods of `IsValuativeTopology`. This PR was automatically created from PR leanprover-community#36769 by @jjdishere via a [review comment](leanprover-community#36769 (comment)) by @jjdishere. Co-authored-by: @faenuccio Co-authored-by: jjdishere <107380768+jjdishere@users.noreply.github.com> Co-authored-by: Filippo A. E. Nuccio <filippo.nuccio@univ-st-etienne.fr> Co-authored-by: Jiedong Jiang <emailboxofjjd@163.com>
Add two intro methods of
IsValuativeTopology.This PR was automatically created from PR #36769 by @jjdishere via a review comment by @jjdishere.
Co-authored-by: @faenuccio