libref.proof

DistinctLemmas

object DistinctLemmas

Annotations
@library()
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DistinctLemmas
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def cons_distinct_assoc[T](list: List[T], e: T): Boolean

  9. def delete_contains_distinct[T](list: List[T], e: T): Boolean

  10. def delete_distinct_assoc[T](list: List[T], e: T): Boolean

  11. def delete_neq_contains[T](list: List[T], x: T, y: T): Boolean

    Annotations
    @induct()
  12. def delete_neq_not_contains[T](list: List[T], x: T, y: T): Boolean

    Annotations
    @induct()
  13. def distinct_concat_assoc_perm[T](l1: List[T], l2: List[T], l3: List[T]): Boolean

  14. def distinct_concat_comm_perm[T](l1: List[T], l2: List[T]): Boolean

  15. def distinct_concat_perm_l[T](l1: List[T], l2: List[T]): Boolean

  16. def distinct_concat_perm_r[T](l1: List[T], l2: List[T]): Boolean

  17. def distinct_cons[T](l: List[T], e: T): Boolean

  18. def distinct_cons_not_contains[V](list: List[V], e: V): Boolean

    Annotations
    @induct()
  19. def distinct_contains[T](list: List[T], e: T): Boolean

    Annotations
    @induct()
  20. def distinct_delete[V](list: List[V], m: V): Boolean

    Annotations
    @induct()
  21. def distinct_delete_content[V](l1: List[V], l2: List[V], e: V): Boolean

  22. def distinct_delete_content0[V](list: List[V], e: V): Boolean

    Annotations
    @induct()
  23. def distinct_delete_content_lemma[V](l1: List[V], l2: List[V], e: V): Boolean

    Annotations
    @induct()
  24. def distinct_exclusive[V](l1: List[V], l2: List[V], m: V): Boolean

    Annotations
    @induct()
  25. def distinct_idempotent[T](l: List[T]): Boolean

    Annotations
    @induct()
  26. def distinct_is_distinct[T](list: List[T]): Boolean

    Annotations
    @induct()
  27. def distinct_not_contains[T](list: List[T], e: T): Boolean

    Annotations
    @induct()
  28. def distinct_perm[T](l1: List[T], l2: List[T]): Boolean

  29. def distinct_sublist[V](l1: List[V], l2: List[V]): Boolean

    Annotations
    @induct()
  30. def distinct_sublist_delete_l[V](l1: List[V], l2: List[V], m: V): Boolean

    Annotations
    @induct()
  31. def distinct_sublist_delete_r[V](l1: List[V], l2: List[V], m: V): Boolean

    Annotations
    @induct()
  32. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def perm_delete_contains[T](l1: List[T], l2: List[T], e: T): Boolean

  42. def permutation_contains[T](l1: List[T], l2: List[T], e: T): Boolean

  43. def permutation_not_contains[T](l1: List[T], l2: List[T], e: T): Boolean

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped