کتاب «وحیانیت الفاظ قرآن کریم» منتشر شد

به نقل از سایت اخبار  قرآن و متون دینی ، اسلام در جهان :    

به گزارش خبرنگار مهر، قرآن کریم از ابتدای نزول با شبهاتی رو به رو بوده است. یکی از آن شبهات، وحیانی ندانستن کلمات قرآن است؛ به اعتقاد شبهه‌افکنان، حقایق وحیانی تفسیری از تجربه دینی پیامبر (ص) است. با چنین نگرشی به وحی، قرآن از متنی الهی به متنی بشری فروکاسته می‌شود و مانند دیگر متن‌های بشری احتمال خطا در آن می‌رود.

این پژوهش با بررسی خاستگاه‌‎های این شبهه و ارائه ادلّه درون وحی‌ای و برون وحی‌ای ثابت کرده است که نه تنها محتوا و مضامین قرآن، الهی است، بلکه الفاظ و کلمات و ساختار هندسی آن نیز وحیانی است و دست هیچ بشری به محتوا، واژگان و ساختار هندسی آن راه نیافته است.

کتاب «وحیانیت الفاظ قرآن کریم» تألیف لطف الله خراسانی در ۵۰۶ صفحه و با قیمت ۸۰ هزار تومان از سوی انتشارات پژوهشگاه علوم و فرهنگ اسلامی وارد بازار نشر شده است.

179
0 0

لینک های مفید

سنگ کف

لوازم یدکی رانا

ریمل چشم

کتاب های ادبیات استرالیا

بانک اطلاعات پزشکان کشور

$(window).load(function () { 'use strict'; function activeStickyKit() { $('[data-sticky_column]').stick_in_parent({ parent: '[data-sticky_parent]' }); // bootstrap col position $('[data-sticky_column]') .on('sticky_kit:bottom', function (e) { $(this).parent().css('position', 'static'); }) .on('sticky_kit:unbottom', function (e) { $(this).parent().css('position', 'relative'); }); }; activeStickyKit(); function detachStickyKit() { $('[data-sticky_column]').trigger("sticky_kit:detach"); }; var screen = 768; var windowHeight, windowWidth; windowWidth = $(window).width(); if ((windowWidth < screen)) { detachStickyKit(); } else { activeStickyKit(); } // windowSize // window resize function windowSize() { windowHeight = window.innerHeight ? window.innerHeight : $(window).height(); windowWidth = window.innerWidth ? window.innerWidth : $(window).width(); } windowSize(); // Returns a function, that, as long as it continues to be invoked, will not // be triggered. The function will be called after it stops being called for // N milliseconds. If `immediate` is passed, trigger the function on the // leading edge, instead of the trailing. function debounce(func, wait, immediate) { var timeout; return function () { var context = this, args = arguments; var later = function () { timeout = null; if (!immediate) func.apply(context, args); }; var callNow = immediate && !timeout; clearTimeout(timeout); timeout = setTimeout(later, wait); if (callNow) func.apply(context, args); }; }; $(window).resize(debounce(function () { windowSize(); $(document.body).trigger("sticky_kit:recalc"); if (windowWidth < screen) { detachStickyKit(); } else { activeStickyKit(); } }, 250)); });