1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Tactics Manipulate Proof Terms
Transform proof state by manipulating proof terms with holes.
Simple tactics (e.g., intros) are straightforward.
Powerful tactics (e.g., ring, lia, auto) use automated reasoning.
Automated Theorem Proving Strategies
Identify decidable fragment and create decision procedure.
Embrace undecidability for heuristic proof search.
First approach guarantees validity; second is heuristic.
Decidable Fragment Definition
Equality and Uninterpreted Functions (EUF)
Congruence Closure Algorithm
SMT Solvers
Undecidable Problem Approach
Backward Chaining
Forward Chaining
auto Tactic
lia Tactic
ring Tactic
congruence Tactic