Skip to content

Commit

Permalink
renamed theorem to accurately reflect property
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranandcode committed Oct 4, 2019
1 parent 3879ef3 commit ce81d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Structures/BloomFilter/Probability.v
Original file line number Diff line number Diff line change
Expand Up @@ -1559,7 +1559,7 @@ Section BloomFilter.
}
Qed.

Theorem bloomfilter_no_false_positives l bf (hashes: hash_vec) x xs :
Theorem bloomfilter_no_false_negatives l bf (hashes: hash_vec) x xs :
uniq (x :: xs) ->
length xs == l ->
hashes_have_free_spaces hashes (l.+1) ->
Expand Down

0 comments on commit ce81d6d

Please sign in to comment.