Zulip Chat Archive
Stream: Is there code for X?
Topic: MulEquiv between infs
Alex Brodbelt (Jan 17 2025 at 17:41):
Is there such a 'theorem'? and of this kind in general?
import Mathlib
def MulEquiv.inf_trans_right {G : Type*} [Group G] (A B C : Subgroup G) (m : A ≃* C) : (A ⊓ B :) ≃ (C ⊓ B :) := sorry
Alex Brodbelt (Jan 17 2025 at 18:18):
Wait this is silly. Ok now the question makes sense
Alex Brodbelt (Jan 17 2025 at 18:38):
I'll form a better question later, I think I need a different approach for my original problem (not this). After staring at it for a while I do not think this is sensible.
Floris van Doorn (Jan 17 2025 at 18:40):
This is false as currently stated.
Alex Brodbelt (Jan 17 2025 at 18:41):
Hmm I thought so :/
Jz Pan (Jan 17 2025 at 18:52):
I think this is not correct, as there are easy examples of A=B isomorphic to C but A and C are disjoint.
Last updated: May 02 2025 at 03:31 UTC