Skip to content

Commit 06acfa6

Browse files
ctchouYaelDillies
andauthored
Update LeanCamCombi/ProbLYM.lean
Co-authored-by: Yaël Dillies <[email protected]>
1 parent c899b11 commit 06acfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LeanCamCombi/ProbLYM.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ instance (s : Finset α) :
143143
DecidablePred fun f ↦ (IsPrefix s f) := by
144144
intro f ; exact Classical.propDecidable ((fun f ↦ IsPrefix s f) f)
145145

146-
def SetPrefix (s : Finset α) : Finset (Numbering α) :=
146+
def Prefixes (s : Finset α) : Finset (Numbering α) :=
147147
{f | IsPrefix s f}
148148

149149
theorem set_prefix_card (s : Finset α) :

0 commit comments

Comments
 (0)