mathlib
b30f25ce
- fix(data/set/prod): fix the way `×ˢ` associates (#12943)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
3 years ago
fix(data/set/prod): fix the way `×ˢ` associates (#12943) Previously `s ×ˢ t ×ˢ u` was an element of `set ((α × β) × γ)` instead of `set (α × β × γ) = set (α × (β × γ))`.
Author
fpvandoorn
Parents
cc8c90d4
Loading