leanprover-community/mathlib4

Strict group homs are stable by `Prod.map`

Offen

#38.421 geöffnet am 23.04.2026

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Lean (1.592 Forks)github user discovery
enhancementgood first issuet-topology

Repository-Metriken

Stars
 (3.869 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Mathlib now has the definition Topology.IsStrictMap of topologically strict maps. In general, the product (in the sense of Prod.map) of two strict maps need not be strict. However, strict group homomorphisms satisfy this property.

I don't think we need a definition of strictness specific to group homs, but we definitely need some API :

Contributor Guide