Search code examples
How to prove (x+y)/z + (y+z)/x + (x+z)/y>=6 when x,y,z>0...

proof

Read More
Why is it required to check for values upto sqrt(n), to determine divisors of a number...

mathproof

Read More
Case analysis in Idris proofs...

pattern-matchingproofidris

Read More
(Broad Question) How can you be certain a piece of code works correctly?...

unit-testingtestingproof

Read More
3-way and 2-way merge sort without loss of generality?...

algorithmmergesortproof

Read More
Optimal pairing of bike with person - seeking proof of algorithm...

algorithmsortingproof

Read More
Proving `forall x xs ys, subseq (x :: xs) ys -> subseq xs ys` in Coq...

coqprooftheorem-proving

Read More
Knowing when an Isar-style proof is actually valid in Isabelle...

automationisabelleprooftheorem-provingformal-verification

Read More
Using Ogden’s Lemma versus regular Pumping Lemma for Context-Free Grammars...

stringmathcontext-free-grammarproofpumping-lemma

Read More
Prove the efficiency of repeated calls to successor() in binary trees?...

algorithmbinary-search-treeproof

Read More
Haskell Function Composition with Map Function...

haskellequalityproofmap-functionfunction-composition

Read More
Where to find resources/information about proof control in Prolog...

prologproof

Read More
Can erule produce erroneous subgoals?...

isabelleproof

Read More
Differentiating between learning and memorisation in Artificial Neural Networks...

neural-networkdeep-learningartificial-intelligenceproof

Read More
Proof implication with exist in the premises without using Isar...

isabelleproof

Read More
How to prove the principle of explosion (ex falso sequitur quodlibet) in Scala?...

scalaprooftype-level-computationcurry-howard

Read More
Coq: Proving proposition f (x y) -> f y...

coqproof

Read More
Equality of finite maps in coq (defined using map2)...

coqproof

Read More
Need to prove language L = {a^nb^m: n < m < 2m} is not regular...

proofcomputation-theorycomputationpumping-lemma

Read More
VerifiedFunctor - prove map (map g) x = x...

functorproofidristheorem-proving

Read More
Rewriting in simple theorem proof...

proofdependent-typeidristheorem-provingformal-verification

Read More
Coq:prove Prop implies arithmetic relations of natural number...

mathcoqproofprop

Read More
Proving totality of a function taking at most n recursive calls...

proofidristotality

Read More
How to prove decidability of a relation swaping its parameters?...

coqproofdeterministicformal-verificationpartial-ordering

Read More
Understanding COQ proof on Show Proof....

coqproof

Read More
String to string correction problem np-completeness proof...

algorithmtheorycomplexity-theorynp-completeproof

Read More
Agda rewrite does not change goal in _*_ commutativity proof...

proofagdacommutativity

Read More
Proving the Big-Theta and other asymptotic definitions (Big-Theta, Big-Omega, Big-O, little-theta, l...

limitproofbig-o

Read More
Congruence of Type Level Nats in Haskell...

haskellprooftype-level-computation

Read More
How can I convince Agda that my function has a certain value?...

typesproofagdadependent-type

Read More
BackNext