leanprover-community/mathlib4

Strict group homs are stable by `Prod.map`

Aberta

#38.421 aberto em 23 de abr. de 2026

 (8 comentários) (0 reação) (0 responsável)Lean (1.592 forks)github user discovery
enhancementgood first issuet-topology

Métricas do repositório

Stars
 (3.869 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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 :

Guia do colaborador