List Question
20 TechQA 2024-03-20T14:56:32.817000Syntax of the case tactic in coq
35 views
Asked by user6584
What `dependent induction` tactic does in Coq and how to use it
42 views
Asked by blonded04
Split multiple conjuncts in the goal
40 views
Asked by ayylien
Multiple Assignements in a Coq Map to the same value
73 views
Asked by user23439360
How to prove the goals in more elegant way using ssreflect?
158 views
Asked by lindvv
How to continue case analysis of a nested match in coq?
141 views
Asked by kunkun
Why is `specialize` not an invalid tactic within a proof?
221 views
Asked by Random Citizen
Custom tactics provided by libraries
77 views
Asked by 7Orion7
Is there a three-valued case analysis on patterns (a < b) (a = b) (a > b)?
92 views
Asked by ghilesZ
Software Foundations Basics - Theorem lower_grade_lowers need to prove implication Eq = Lt -> Eq = Lt
307 views
Asked by PeterTN
Unable to unify "n * 0" with "0"
127 views
Asked by Pandemonium
Domain of a map in Coq
59 views
Asked by dvr
Proving Transitivity of Pointwise Relations on Lists in Coq
58 views
Asked by Benjamin Flin
Coerce rat to realType im math-comp/analysis
34 views
Asked by dvr
Syntax error: '.' expected after [vernac:gallina] (in [vernac_aux]) in Coq when using inductive with integers
217 views
Asked by user12456500
How to break up an implication into two subgoals in Coq?
226 views
Asked by markasoftware
Beta expansion in coq: can I make a term into a function, abstracting over another given term?
119 views
Asked by user2506946
induction integer record in coq
113 views
Asked by Max
Proving theorems containing bitwise operators
83 views
Asked by limitedeternity
Coq `simpl` reduces `S n + m` to `S(n + m)` for free?
58 views
Asked by Reb.Cabin