FactorialFunctionEqualityExampleProof

gapt.examples.sequence.FactorialFunctionEqualityExampleProof

Proof of f(n) = g(n, 1), where f is the head recursive and g the tail recursive formulation of the factorial function

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(n: Int): LKProof
def f1(sym: String, arg: FOLTerm): FOLTerm
def f2(sym: String, arg1: FOLTerm, arg2: FOLTerm): FOLTerm
def f2(arg1: FOLTerm, sym: String, arg2: FOLTerm): FOLTerm
def induction_steps(n: Int): LKProof

Inherited methods

def name: String

Attributes

Inherited from:
ProofSequence