Skip to content

Commit 7a5e5b4

Browse files
committed
chore: remove unused sections in front of lone declare_aesop_rule_sets
1 parent 853d41e commit 7a5e5b4

10 files changed

Lines changed: 0 additions & 20 deletions

File tree

Mathlib/Combinatorics/Matroid/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ This module defines the `Matroid` Aesop rule set which is used by the
1616
they're declared is imported, so we must put this declaration into its own file.
1717
-/
1818

19-
public section
20-
2119
declare_aesop_rule_sets [Matroid]

Mathlib/Combinatorics/SimpleGraph/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ This module defines the `SimpleGraph` Aesop rule set which is used by the
1616
they're declared is imported, so we must put this declaration into its own file.
1717
-/
1818

19-
public section
20-
2119
declare_aesop_rule_sets [SimpleGraph]

Mathlib/Data/Finset/Attr.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ public import Aesop.Frontend
1414
This file defines `finsetNonempty`, an aesop rule set to prove that a given finset is nonempty.
1515
-/
1616

17-
public section
18-
1917
-- `finsetNonempty` rules try to prove that a given finset is nonempty,
2018
-- for use in positivity extensions.
2119
declare_aesop_rule_sets [finsetNonempty] (default := true)

Mathlib/Data/Sym/Sym2/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ visible once the file in which they're declared is imported, so we must put this
1616
declaration into its own file.
1717
-/
1818

19-
public section
20-
2119
declare_aesop_rule_sets [Sym2]

Mathlib/Tactic/ArithMult/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ This module defines the `IsMultiplicative` Aesop rule set which is used by the
1616
they're declared is imported, so we must put this declaration into its own file.
1717
-/
1818

19-
public meta section
20-
2119
declare_aesop_rule_sets [IsMultiplicative]

Mathlib/Tactic/Bound/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ This module defines the `Bound` Aesop rule set which is used by the
1616
they're declared is imported, so we must put this declaration into its own file.
1717
-/
1818

19-
public meta section
20-
2119
declare_aesop_rule_sets [Bound]

Mathlib/Tactic/Continuity/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ This module defines the `Continuous` Aesop rule set which is used by the
1616
they're declared is imported, so we must put this declaration into its own file.
1717
-/
1818

19-
public meta section
20-
2119
declare_aesop_rule_sets [Continuous]

Mathlib/Tactic/Finiteness/Attr.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,4 @@ public import Aesop.Frontend
1010

1111
/-! # Finiteness tactic attribute -/
1212

13-
public meta section
14-
1513
declare_aesop_rule_sets [finiteness]

Mathlib/Tactic/Measurability/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,4 @@ This module defines the `Measurable` Aesop rule set which is used by the
1616
they're declared is imported, so we must put this declaration into its own file.
1717
-/
1818

19-
public meta section
20-
2119
declare_aesop_rule_sets [Measurable]

Mathlib/Topology/Sheaves/Init.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,5 @@ visible once the file in which they're declared is imported, so we must put this
1616
declaration into its own file.
1717
-/
1818

19-
public section
20-
2119
/- to prove subset relations -/
2220
declare_aesop_rule_sets [Restrict]

0 commit comments

Comments
 (0)