We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae51ff5 commit 5bb521aCopy full SHA for 5bb521a
1 file changed
Mathlib/Combinatorics/Enumerative/Bonferroni.lean
@@ -3,7 +3,9 @@ Copyright (c) 2026 Louis (Yiyang) Liu. All rights reserved.
3
Released under Apache 2.0 license as described in the file LICENSE.
4
Authors: Louis (Yiyang) Liu
5
-/
6
-import Mathlib.Data.Nat.Choose.Sum
+module
7
+
8
+public import Mathlib.Data.Nat.Choose.Sum
9
10
/-!
11
# Bonferroni inequalities
@@ -23,6 +25,8 @@ by truncating the inclusion–exclusion formula for a finite union of sets.
23
25
the cardinality of the union.
24
26
27
28
+@[expose] public section
29
30
open Nat Int Set
31
32
/-! ### Binomial identities -/
0 commit comments