Skip to content

add .gitignore to the repository#4

Merged
marekpetrik merged 6 commits into
formalproofs:mainfrom
zero-stroke:main
Oct 23, 2025
Merged

add .gitignore to the repository#4
marekpetrik merged 6 commits into
formalproofs:mainfrom
zero-stroke:main

Conversation

@zero-stroke

Copy link
Copy Markdown
Contributor

According to docs:

https://leanprover-community.github.io/extras/simp.html#introduction

@[simp] seems it should only be used for equalities or equivalences

Comment thread Probability/Basic.lean
theorem of_complement ( hp : Prob p) : Prob (1-p) := by
simp_all only [ Prob, sub_nonneg, tsub_le_iff_right, le_add_iff_nonneg_right, and_self]

@[simp]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets keep the simps fornow

@marekpetrik marekpetrik changed the title remove unnecessary @[simp] instances add .gitignore to the repository Oct 23, 2025
@marekpetrik
marekpetrik merged commit 583b8a8 into formalproofs:main Oct 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants