Mahesh Parahar has Published 253 Articles

Composition of Functions of Set

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:01:10

509 Views

Two functions f: A → B and g: B → C can be composed to give a composition g o f. This is a function from A to C defined by (g o f)(x) = g(f(x))ExampleLet f(x) = x + 2 and g(x) = 2x + 1, find (f o ... Read More

Introduction to Mathematical Logic!

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 07:00:00

4K+ Views

The rules of mathematical logic specify methods of reasoning mathematical statements. Greek philosopher, Aristotle, was the pioneer of logical reasoning. Logical reasoning provides the theoretical base for many areas of mathematics and consequently computer science. It has many practical applications in computer science like design of computing machines, artificial intelligence, ... Read More

Complement of Graph

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:59:31

3K+ Views

Let 'G−' be a simple graph with some vertices as that of 'G' and an edge {U, V} is present in 'G−', if the edge is not present in G. It means, two vertices are adjacent in 'G−' if the two vertices are not adjacent in G.If the edges that ... Read More

Coloring Graph

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:52:35

604 Views

Graph coloring is nothing but a simple way of labelling graph components such as vertices, edges, and regions under some constraints. In a graph, no two adjacent vertices, adjacent edges, or adjacent regions are colored with minimum number of colors. This number is called the chromatic number and the graph ... Read More

Circuit Rank

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:41:24

752 Views

Let 'G' be a connected graph with 'n' vertices and 'm' edges. A spanning tree 'T' of G contains (n-1) edges.Therefore, the number of edges you need to delete from 'G' in order to get a spanning tree = m-(n-1), which is called the circuit rank of G.This formula is ... Read More

Injective, Surjective and Bijective Functions

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:40:53

3K+ Views

Injective / One-to-one functionA function $f: A \rightarrow B$ is injective or one-to-one function if for every $b \in B$, there exists at most one $a \in A$ such that $f(s) = t$.This means a function f is injective if $a_1 e a_2$ implies $f(a1) e f(a2)$.Example$f: N \rightarrow N, ... Read More

Centers of a tree

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:34:41

3K+ Views

The center of a tree is a vertex with minimal eccentricity. The eccentricity of a vertex X in a tree G is the maximum distance between the vertex X and any other vertex of the tree. The maximum eccentricity is the tree diameter. If a tree has only one center, ... Read More

Bipartite Graphs

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:27:37

6K+ Views

Bipartite Graph - If the vertex-set of a graph G can be split into two disjoint sets, V1 and V2 , in such a way that each edge in the graph joins a vertex in V1 to a vertex in V2 , and there are no edges in G that ... Read More

Basic Concepts of Graphs

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:25:16

4K+ Views

A graph is a set of points, called nodes or vertices, which are interconnected by a set of lines called edges. The study of graphs, or graph theory is an important part of a number of disciplines in the fields of mathematics, engineering and computer science.Graph TheoryDefinition − A graph ... Read More

Inference Theory of the Predicate Logic

Mahesh Parahar

Mahesh Parahar

Updated on 23-Aug-2019 06:24:55

2K+ Views

To reach a conclusion on quantified statements, there are four rules of inference which are collectively called as Inference Theory of the Predicate Calculus.Table of Rules of InferenceRule of InferenceName$$\begin{matrix} \forall x P(x) \ \hline \therefore P(y) \end{matrix}$$Rule US: Universal Specification$$\begin{matrix} P(c) \text { for any c} \ \hline \therefore ... Read More

Advertisements